home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wclass21.zip / SMTALK2.SCT < prev    next >
Text File  |  1995-01-15  |  477b  |  30 lines

  1.  
  2.  
  3.  "Smalltalk Script for With Class 2.0
  4.  "Adapted by Jim Peterson, e-mail 70730.1602@compuserve.com.
  5.  "The purpose of this script is to generate Smalltalk V5 code.
  6.  
  7.  !
  8.  [BASE_CLASS] subclass: #$CLASS
  9.   instanceVariableNames: ATTRIBUTE_NAME
  10.   poolDictionaries: ''    !
  11.  
  12.  
  13.  !$CLASS methods !
  14.   {
  15.   [ OPERATION_NAME SMALLTALK_OPERATION_PARAMETERS
  16.    "OPERATION_COMMENT1
  17.    "OPERATION_COMMENT2
  18.    "OPERATION_COMMENT3
  19.  
  20.     OPERATION_CODE
  21.  !
  22.  ]
  23.  }
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.